home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / lmppd4.zip / WP800.PPD < prev   
PostScript Printer Description  |  1994-05-10  |  14KB  |  392 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "WinPrint 800 PS"
  4. *%
  5. *% Copyright 1993 LaserMaster Corporation
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% Edited by Donn Edwards, Reflex DTP Systems, May 10, 1994
  12. *% Date: 8 March, 1993
  13. *FormatVersion: "4.0"
  14. *FileVersion: "1.71"
  15. *LanguageVersion: English
  16. *PCFileName: "WP800.PPD"
  17. *Product: "(WinPrint 800 PS)"
  18. *PSVersion: "(47.0) 1"
  19. *ModelName: "WinJet 800"
  20. *NickName: "WinPrint 800 PS"
  21.  
  22. *% ===PC Driver Flags ==================
  23. *AcceptsTrueType: True
  24. *TrueImageDevice: True
  25.  
  26. *% ===Basic Capabilities ===============
  27. *ColorDevice: False
  28. *LanguageLevel: "1"
  29. *DefaultColorSpace: Gray
  30. *FreeVM: "1048576"
  31. *VariablePaperSize: False
  32. *FileSystem: False
  33. *?FileSystem: "
  34. save statusdict begin
  35.     (False) /diskstatus where{
  36.         pop diskstatus exch pop 0 ne {pop (True)} if
  37.     }if = flush
  38. end restore"
  39. *End
  40. *Throughput: "4"
  41. *Password: "0"
  42. *ExitServer: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot perform the exitserver command.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if 
  55.   serverdict begin exitserver
  56. "
  57. *End
  58.  
  59. *Reset: "
  60.   count 0 eq {  % is the password on the stack?
  61.     true 
  62.   }{
  63.     dup    % potential password
  64.     statusdict begin checkpassword end not
  65.   } ifelse 
  66.   {  %  if no password or not valid 
  67.     (WARNING : Cannot reset printer.) = 
  68.     (Password supplied is not valid.) = 
  69.     (Please contact the author of this software.) = flush
  70.     quit
  71.   } if 
  72.   serverdict begin exitserver
  73.   systemdict /quit get exec
  74.   (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *OpenUI *Resolution/Choose Resolution: PickOne
  79. *OrderDependency: 10 AnySetup *Resolution
  80. *DefaultResolutionOption: 800x300dpi
  81. *ResolutionOption 800x300dpi/800x300 dpi: "statusdict begin false proofmode end"
  82. *ResolutionOption 400dpi/400 dpi: "statusdict begin true proofmode end"
  83. *ResolutionOption 300dpi/300 dpi: "statusdict begin true proofmode end"
  84. *?Resolution: "
  85. save
  86.   initgraphics
  87.   0 0 moveto currentpoint matrix defaultmatrix transform
  88.   72 0 lineto currentpoint matrix defaultmatrix transform
  89.   3 -1 roll sub dup mul
  90.   3 1 roll exch sub dup mul
  91.   add sqrt round cvi
  92.   10 string cvs
  93.   (x)
  94.   0 0 moveto currentpoint matrix defaultmatrix transform
  95.   0 72 lineto currentpoint matrix defaultmatrix transform
  96.   3 -1 roll sub dup mul
  97.   3 1 roll exch sub dup mul
  98.   add sqrt round cvi
  99.   10 string cvs print print print (dpi) = flush
  100. restore"
  101. *End
  102. *CloseUI: *Resolution
  103.  
  104. *% Halftone Information ===============
  105. *ScreenFreq: "70.0"
  106. *ScreenAngle: "45.0"
  107. *DefaultScreenProc: Dot
  108. *ScreenProc Dot: "
  109. {dup mul exch dup mul add 1.0 exch sub }
  110. "
  111. *End
  112. *ScreenProc Line: "{ pop }"
  113. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  114.  
  115. *DefaultTransfer: Null
  116. *Transfer Null: "{ }"
  117. *Transfer Null.Inverse: "{ 1 exch sub }"
  118. *Transfer Normalized: "{ }"
  119. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  120.  
  121. *% Paper Handling ===================
  122.  
  123. *% Use these entries to set paper size most of the time, unless there is
  124. *% specific reason to use PageRegion or PaperTray.
  125. *OpenUI *PageSize: PickOne
  126. *OrderDependency: 30 AnySetup *PageSize
  127. *DefaultPageSize: A4
  128. *PageSize Letter: "letter"
  129. *PageSize Legal: "legal"
  130. *PageSize Statement: "statement"
  131. *PageSize Executive: "executivesize"
  132. *PageSize A4: "a4"
  133. *PageSize A5: "a5"
  134. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  135. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  136. *?PageSize: "statusdict begin pagetype = end"
  137. *CloseUI: *PageSize
  138.  
  139. *% These entries will set up the frame buffer. Usually used with manual feed.
  140. *OpenUI *PageRegion: PickOne
  141. *OrderDependency: 40 AnySetup *PageRegion
  142. *DefaultPageRegion: A4
  143. *PageRegion Letter: "letter"
  144. *PageRegion Legal: "legal"
  145. *PageRegion Executive: "executivesize"
  146. *PageRegion A4: "a4"
  147. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  148. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  149. *CloseUI: PageRegion
  150.  
  151. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  152. *% These errors should be trapped by software and a message displayed
  153. *DefaultPaperTray: None
  154. *PaperTray Letter: ""
  155. *PaperTray Legal: ""
  156. *PagerTray Executive: ""
  157. *PaperTray A4: ""
  158. *PaperTray Envelope.297.684/C10 Envelope: ""
  159. *PaperTray Envelope.312.624/DL Envelope: ""
  160.  
  161. *% The following entries provide information about specific paper keywords.
  162. *DefaultImageableArea: A4
  163. *ImageableArea Letter: "15 8 597 776 "
  164. *ImageableArea Legal: "15 8 597 1000 "
  165. *ImageableArea Statement: "15 8 388 597"
  166. *ImageableArea Executive: "18 17 505 740"
  167. *ImageableArea A4: "13 10 577 832"
  168. *ImageableArea A5: "13 10 416 577"
  169. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  170. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  171. *?ImageableArea: "
  172.     save
  173.     newpath clippath pathbbox
  174.     4 -1 roll =
  175.     3 -1 roll =
  176.     exch = = flush
  177.     restore
  178. "
  179. *End
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: A4
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension Statement: "396 612"
  186. *PaperDimension Executive: "522 756"
  187. *PaperDimension A4: "595 842"
  188. *PaperDimension A5: "421 595"
  189. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  190. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  191.  
  192. *RequiresPageRegion All: True
  193. *DefaultOutputBin: OnlyOne
  194. *OpenUI *InputSlot: PickOne
  195. *OrderDependency: 20 AnySetup *InputSlot
  196. *DefaultInputSlot: AutoSelect
  197. *InputSlot LargeCapacity: "statusdict begin 1 setpapertray end"
  198. *InputSlot AutoSelect: "statusdict begin -2 setpapertray end"
  199. *CloseUI: *InputSlot
  200.  
  201. *OpenUI *ManualFeed: Boolean
  202. *OrderDependency: 20 AnySetup *ManualFeed
  203. *DefaultManualFeed: False
  204. *ManualFeed True: "statusdict begin /manualfeed true store end"
  205. *ManualFeed False: "statusdict begin /manualfeed false store end"
  206. *?ManualFeed: "statusdict begin /manualfeed get{(True)} {(False)} ifelse = flush end"
  207. *CloseUI: *ManualFeed
  208.  
  209. *DefaultOutputOrder: Normal
  210.  
  211. *DefaultCollator: None
  212. *DefaultSorter: None
  213. *DefaultDuplex: None
  214.  
  215. *% Font Information =====================
  216.  
  217. *DefaultFont: Courier
  218. *Font AvantGarde-Book: Standard "(001.003)"
  219. *Font AvantGarde-BookOblique: Standard "(001.003)"
  220. *Font AvantGarde-Demi: Standard "(001.003)"
  221. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  222. *Font Bookman-Demi: Standard "(001.003)"
  223. *Font Bookman-DemiItalic: Standard "(001.003)"
  224. *Font Bookman-Light: Standard "(001.003)"
  225. *Font Bookman-LightItalic: Standard "(001.003)"
  226. *Font Courier-BoldOblique: Standard "(001.003)"
  227. *Font Courier: Standard "(001.003)"
  228. *Font Courier-Bold: Standard "(001.003)"
  229. *Font Courier-Oblique: Standard "(001.003)"
  230. *Font Helvetica-BoldOblique: Standard "(001.003)"
  231. *Font Helvetica: Standard "(001.003)"
  232. *Font Helvetica-Bold: Standard "(001.003)"
  233. *Font Helvetica-Narrow: Standard "(001.003)"
  234. *Font Helvetica-Oblique: Standard "(001.003)"
  235. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  236. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  237. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  238. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  239. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  240. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  241. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  242. *Font Palatino-Bold: Standard "(001.003)"
  243. *Font Palatino-Italic: Standard "(001.003)"
  244. *Font Palatino-Roman: Standard "(001.003)"
  245. *Font Palatino-BoldItalic: Standard "(001.003)"
  246. *Font Symbol: Special "(001.003)"
  247. *Font Times-BoldItalic: Standard "(001.003)"
  248. *Font Times-Bold: Standard "(001.003)"
  249. *Font Times-Italic: Standard "(001.003)"
  250. *Font Times-Roman: Standard "(001.003)"
  251. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  252. *Font ZapfDingbats: Standard "(001.003)"
  253. *?FontQuery: "
  254. save  4 dict begin /sv exch def
  255. /str (fonts/                              ) def
  256. /st2 128 string def
  257. {
  258.   count 0 gt {
  259.     dup st2 cvs (/) print print (:) print
  260.     dup FontDirectory exch known {pop (Yes)}{
  261.      str exch st2 cvs dup length /len exch def
  262.      6 exch putinterval str 0 len 6 add getinterval mark exch
  263.      { } st2 filenameforall counttomark 0 gt {
  264.       cleartomark (Yes)}{cleartomark (No)}ifelse
  265.     }ifelse = flush
  266.   }{ exit } ifelse
  267. } bind loop 
  268. (*) = flush
  269. sv end restore
  270. "
  271. *End
  272.  
  273. *?FontList: "
  274. save  2 dict begin /sv exch def
  275. /str 128 string def
  276. FontDirectory { pop == } bind forall flush 
  277. /filenameforall where { 
  278.  pop save (fonts/*) { 
  279.   dup length 6 sub 6 exch getinterval cvn ==  
  280.  } bind str filenameforall flush restore
  281. } if 
  282. (*) = flush
  283. sv end restore
  284. "
  285. *End
  286.  
  287. *% Printer Messages (verbatim from printer):
  288. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  289. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  290. *Message: "\FontName\ not found, using Courier"
  291.  
  292. *% Status (format: %%[ status: <one of these> ]%% )
  293. *Status: "idle"
  294. *Status: "busy"
  295. *Status: "waiting"
  296. *Status: "printing"
  297. *Status: "warming up"
  298. *Status: "PrinterError: timeout, clearing printer"
  299. *Status: "PrinterError: warming up"
  300. *Status: "PrinterError: service call"
  301. *Status: "PrinterError: paper entry misfeed"
  302. *Status: "PrinterError: no toner cartridge"
  303. *Status: "PrinterError: paper entry misfeed"
  304.  
  305. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  306. *Source: "parallel"
  307.  
  308. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  309. *PrinterError: "timeout, clearing printer"
  310. *PrinterError: "warming up"
  311. *PrinterError: "service call"
  312. *PrinterError: "paper entry misfeed"
  313. *PrinterError: "no toner cartridge"
  314. *PrinterError: "paper entry misfeed"
  315.  
  316. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  317.  
  318. *% Color Separation Information =====================
  319.  
  320. *DefaultColorSep: ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi
  321.  
  322. *InkName: ProcessBlack/Process Black
  323. *InkName: CustomColor/Custom Color
  324. *InkName: ProcessCyan/Process Cyan
  325. *InkName: ProcessMagenta/Process Magenta
  326. *InkName: ProcessYellow/Process Yellow
  327.  
  328. *% For 60 lpi / 300 dpi =====================================================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  331. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  332. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  333. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  334. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341.  
  342. *% For 53 lpi / 300 dpi =====================================================
  343.  
  344. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  345. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  346. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  347. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  348. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  349.  
  350. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  351. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  352. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  353. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  354. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  355.  
  356. *% For 85 lpi / 800 dpi (5,5,2,6,6,2,20/3,0) ===============================
  357.  
  358. *ColorSepScreenAngle ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  359. *ColorSepScreenAngle CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "45.0"
  360. *ColorSepScreenAngle ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "71.5651"
  361. *ColorSepScreenAngle ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "18.4349"
  362. *ColorSepScreenAngle ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "0.0"
  363.  
  364. *ColorSepScreenFreq ProcessBlack.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  365. *ColorSepScreenFreq CustomColor.85lpi.800dpi/85 lpi / 800 dpi: "84.8528"
  366. *ColorSepScreenFreq ProcessCyan.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  367. *ColorSepScreenFreq ProcessMagenta.85lpi.800dpi/85 lpi / 800 dpi: "94.8683"
  368. *ColorSepScreenFreq ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "30.0"
  369.  
  370. *ColorSepScreenProc ProcessYellow.85lpi.800dpi/85 lpi / 800 dpi: "
  371. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  372. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  373. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  374. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  375. *End
  376.  
  377. *% For 71 lpi / 800 dpi =====================================================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  386. *ColorSepScreenFreq CustomColor.71lpi.800dpi/71 lpi / 800 dpi: "70.7107"
  387. *ColorSepScreenFreq ProcessCyan.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  388. *ColorSepScreenFreq ProcessMagenta.71lpi.800dpi/71 lpi / 800 dpi: "63.2456"
  389. *ColorSepScreenFreq ProcessYellow.71lpi.800dpi/71 lpi / 800 dpi: "66.6667"
  390.  
  391. *% end of PPD file for WinPrint 800 PS - Windows 3.1 version */
  392. *%